home *** CD-ROM | disk | FTP | other *** search
/ Programming a Multiplayer FPS in DirectX / Programming a Multiplayer FPS in DirectX (Companion CD).iso / DirectX / dxsdk_oct2004.exe / dxsdk.exe / Samples / C++ / Direct3D / EffectParam / EffectParam.vcproj < prev    next >
Encoding:
Extensible Markup Language  |  2004-09-27  |  4.6 KB  |  187 lines

  1. <?xml version="1.0" encoding="Windows-1252"?>
  2. <VisualStudioProject
  3.     ProjectType="Visual C++"
  4.     Version="7.00"
  5.     Name="EffectParam"
  6.     ProjectGUID="{827E7BAC-1320-46CB-B463-10808811454F}"
  7.     Keyword="Win32Proj">
  8.     <Platforms>
  9.         <Platform
  10.             Name="Win32"/>
  11.     </Platforms>
  12.     <Configurations>
  13.         <Configuration
  14.             Name="Debug|Win32"
  15.             OutputDirectory="Debug"
  16.             IntermediateDirectory="Debug"
  17.             ConfigurationType="1"
  18.             CharacterSet="1">
  19.             <Tool
  20.                 Name="VCCLCompilerTool"
  21.                 Optimization="0"
  22.                 AdditionalIncludeDirectories="..\..\Common"
  23.                 MinimalRebuild="TRUE"
  24.                 BasicRuntimeChecks="0"
  25.                 RuntimeLibrary="5"
  26.                 UsePrecompiledHeader="3"
  27.                 PrecompiledHeaderThrough="dxstdafx.h"
  28.                 WarningLevel="3"
  29.                 Detect64BitPortabilityProblems="TRUE"
  30.                 DebugInformationFormat="4"/>
  31.             <Tool
  32.                 Name="VCCustomBuildTool"/>
  33.             <Tool
  34.                 Name="VCLinkerTool"
  35.                 AdditionalOptions="/MACHINE:I386 /IGNORE:4089"
  36.                 AdditionalDependencies="dxerr9.lib dxguid.lib d3dx9dt.lib d3d9.lib winmm.lib comctl32.lib"
  37.                 LinkIncremental="2"
  38.                 GenerateDebugInformation="TRUE"
  39.                 ProgramDatabaseFile="$(OutDir)/EffectParam.pdb"
  40.                 SubSystem="2"
  41.                 TargetMachine="1"/>
  42.             <Tool
  43.                 Name="VCMIDLTool"/>
  44.             <Tool
  45.                 Name="VCPostBuildEventTool"/>
  46.             <Tool
  47.                 Name="VCPreBuildEventTool"/>
  48.             <Tool
  49.                 Name="VCPreLinkEventTool"/>
  50.             <Tool
  51.                 Name="VCResourceCompilerTool"/>
  52.             <Tool
  53.                 Name="VCWebServiceProxyGeneratorTool"/>
  54.             <Tool
  55.                 Name="VCWebDeploymentTool"/>
  56.         </Configuration>
  57.         <Configuration
  58.             Name="Release|Win32"
  59.             OutputDirectory="Release"
  60.             IntermediateDirectory="Release"
  61.             ConfigurationType="1"
  62.             CharacterSet="1">
  63.             <Tool
  64.                 Name="VCCLCompilerTool"
  65.                 Optimization="2"
  66.                 InlineFunctionExpansion="1"
  67.                 OmitFramePointers="TRUE"
  68.                 AdditionalIncludeDirectories="..\..\Common"
  69.                 StringPooling="TRUE"
  70.                 ExceptionHandling="FALSE"
  71.                 RuntimeLibrary="4"
  72.                 EnableFunctionLevelLinking="TRUE"
  73.                 UsePrecompiledHeader="0"
  74.                 PrecompiledHeaderThrough="dxstdafx.h"
  75.                 WarningLevel="3"
  76.                 Detect64BitPortabilityProblems="TRUE"
  77.                 DebugInformationFormat="3"/>
  78.             <Tool
  79.                 Name="VCCustomBuildTool"/>
  80.             <Tool
  81.                 Name="VCLinkerTool"
  82.                 AdditionalOptions="/MACHINE:I386 /IGNORE:4089"
  83.                 AdditionalDependencies="dxerr9.lib dxguid.lib d3dx9.lib d3d9.lib winmm.lib comctl32.lib"
  84.                 OutputFile="$(OutDir)/EffectParam.exe"
  85.                 LinkIncremental="1"
  86.                 GenerateDebugInformation="TRUE"
  87.                 SubSystem="2"
  88.                 OptimizeReferences="2"
  89.                 EnableCOMDATFolding="2"
  90.                 TargetMachine="1"/>
  91.             <Tool
  92.                 Name="VCMIDLTool"/>
  93.             <Tool
  94.                 Name="VCPostBuildEventTool"/>
  95.             <Tool
  96.                 Name="VCPreBuildEventTool"/>
  97.             <Tool
  98.                 Name="VCPreLinkEventTool"/>
  99.             <Tool
  100.                 Name="VCResourceCompilerTool"/>
  101.             <Tool
  102.                 Name="VCWebServiceProxyGeneratorTool"/>
  103.             <Tool
  104.                 Name="VCWebDeploymentTool"/>
  105.         </Configuration>
  106.     </Configurations>
  107.     <Files>
  108.         <Filter
  109.             Name="Resource Files"
  110.             Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  111.             <File
  112.                 RelativePath="..\..\Common\directx.ico">
  113.             </File>
  114.             <File
  115.                 RelativePath="EffectParam.manifest">
  116.             </File>
  117.             <File
  118.                 RelativePath="EffectParam.rc">
  119.             </File>
  120.             <File
  121.                 RelativePath="resource.h">
  122.             </File>
  123.         </Filter>
  124.         <Filter
  125.             Name="Common"
  126.             Filter="">
  127.             <File
  128.                 RelativePath="..\..\Common\dxstdafx.cpp">
  129.                 <FileConfiguration
  130.                     Name="Debug|Win32">
  131.                     <Tool
  132.                         Name="VCCLCompilerTool"
  133.                         UsePrecompiledHeader="1"/>
  134.                 </FileConfiguration>
  135.             </File>
  136.             <File
  137.                 RelativePath="..\..\Common\dxstdafx.h">
  138.             </File>
  139.             <File
  140.                 RelativePath="..\..\Common\dxut.cpp">
  141.             </File>
  142.             <File
  143.                 RelativePath="..\..\Common\dxut.h">
  144.             </File>
  145.             <File
  146.                 RelativePath="..\..\Common\dxutenum.cpp">
  147.             </File>
  148.             <File
  149.                 RelativePath="..\..\Common\dxutenum.h">
  150.             </File>
  151.             <File
  152.                 RelativePath="..\..\Common\dxutgui.cpp">
  153.             </File>
  154.             <File
  155.                 RelativePath="..\..\Common\dxutgui.h">
  156.             </File>
  157.             <File
  158.                 RelativePath="..\..\Common\dxutmisc.cpp">
  159.             </File>
  160.             <File
  161.                 RelativePath="..\..\Common\dxutmisc.h">
  162.             </File>
  163.             <File
  164.                 RelativePath="..\..\Common\dxutsettingsdlg.cpp">
  165.             </File>
  166.             <File
  167.                 RelativePath="..\..\Common\dxutsettingsdlg.h">
  168.             </File>
  169.         </Filter>
  170.         <File
  171.             RelativePath="EffectParam.cpp">
  172.             <FileConfiguration
  173.                 Name="Release|Win32">
  174.                 <Tool
  175.                     Name="VCCLCompilerTool"
  176.                     UsePrecompiledHeader="0"
  177.                     PrecompiledHeaderThrough="dxstdafx.h"/>
  178.             </FileConfiguration>
  179.         </File>
  180.         <File
  181.             RelativePath="EffectParam.fx">
  182.         </File>
  183.     </Files>
  184.     <Globals>
  185.     </Globals>
  186. </VisualStudioProject>
  187.